home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / comstack.sit / Commstack_2.6.bin / Commstack 2.6 / background_16051.txt < prev    next >
Encoding:
Text File  |  1989-12-21  |  1.8 KB  |  91 lines

  1. -- background: 16051 from stack: in.6
  2. -- bmap block id: 10230
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=132 top=21 right=67 bottom=228
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1004 / 1004
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Change [{| to Çüà
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set cursor to watch
  23.   set cursor to watch
  24.   replace "{","├ñ"
  25.   replace "}","├Ñ"
  26.   replace "|","├╢"
  27.   replace "\","├û"
  28.   replace "[","├ä"
  29.   replace "]","├à"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 8 (button)
  35. -- low flags: 00
  36. -- high flags: A000
  37. -- rect: left=284 top=22 right=66 bottom=331
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 29484 / 29484
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Next
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   visual effect wipe left
  49.   go next card
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 9 (button)
  55. -- low flags: 00
  56. -- high flags: A000
  57. -- rect: left=241 top=21 right=67 bottom=283
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 9120 / 9120
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Previous
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect wipe left
  69.   go previous card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 10 (button)
  75. -- low flags: 00
  76. -- high flags: A000
  77. -- rect: left=18 top=17 right=67 bottom=96
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 6538 / 6538
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Letter directory
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   go card "MailRead"
  89. end mouseUp
  90.  
  91.